#si-wrapper {
	 position: relative;
	 color: black;
	 top: -10px;
}
 @media (max-width: 600px) {
	 #si-wrapper {
		 margin-top: 20px;
	}
}
 #si-wrapper .indicator-wrapper {
	 margin: 0 auto;
	 height: 100%;
	 display: grid;
	 grid-template-columns: 25% 50% 25%;
	 grid-template-rows: min-content;
	 justify-items: center;
}
 #si-wrapper .indicator-wrapper .absolute-wrap {
	 position: absolute;
}
 #si-wrapper .indicator-wrapper .home-link {
	 justify-self: start;
	 margin: auto 0;
}
 #si-wrapper .indicator-wrapper .home-link a {
	 text-decoration: none;
	 color: grey;
	 font-size: 15px;
}
 #si-wrapper .indicator-wrapper .table-wrap {
	 justify-self: center;
}
 #si-wrapper .indicator-wrapper #si-clock {
	 margin: auto 0;
	 justify-self: end;
}
 #si-wrapper .indicator-wrapper .item {
	 width: 50px;
	 height: 50px;
	 margin-right: 30px;
	 display: inline-block;
	 z-index: 30;
}
 @media (max-width: 900px) {
	 #si-wrapper .indicator-wrapper .item {
		 width: 30px;
		 height: 30px;
		 margin-right: 5px;
	}
}
 @media (max-width: 300px) {
	 #si-wrapper .indicator-wrapper .item {
		 width: 20px;
		 height: 20px;
		 margin-right: 5px;
	}
}
 #si-wrapper .indicator-wrapper .item .item-inner {
	 width: 50px;
	 height: 50px;
	 display: inline-block;
	 color: #660091;
	 background-color: transparent;
	 border-radius: 15px;
	 text-align: center;
	 font-weight: 700;
	 font-size: 12px;
	 line-height: 50px;
	 background-image: url('/themes/lndm_rrdm/images/calendar_circle.svg');
	 background-repeat: no-repeat;
	 background-size: cover;
	 background-position: center;
	 filter: grayscale(100%);
	 opacity: 0.5;
}
 @media (max-width: 900px) {
	 #si-wrapper .indicator-wrapper .item .item-inner {
		 width: 30px;
		 height: 30px;
		 line-height: 30px;
	}
}
 @media (max-width: 300px) {
	 #si-wrapper .indicator-wrapper .item .item-inner {
		 width: 20px;
		 height: 20px;
		 line-height: 20px;
	}
}
 #si-wrapper .indicator-wrapper .item .item-inner[active] {
	 background-image: url('/themes/lndm_rrdm/images/calendar_circle.svg');
	 background-repeat: no-repeat;
	 background-size: cover;
	 background-position: center;
	 color: #660091;
	 font-weight: bold;
	 filter: grayscale(0%);
	 opacity: 1;
}
 #si-wrapper .indicator-wrapper .item .item-inner[previous] {
	 background-image: url('/themes/lndm_rrdm/images/calendar_circle.svg');
	 background-repeat: no-repeat;
	 background-size: cover;
	 background-position: center;
	 color: #660091;
	 filter: grayscale(0%);
	 opacity: 0.5;
}
 #si-wrapper .indicator-wrapper .line {
	 position: absolute;
	 width: 160px;
	 left: 20px;
	 top: 46%;
	 height: 3px;
	 background-color: #f2f2f2;
	 z-index: 20;
}
 #si-wrapper .item-stage-title {
	 position: relative;
	 width: 100%;
	 text-align: center;
	 font-size: 13px;
	 font-weight: 400;
}
 @media (max-width: 660px) {
	 #si-wrapper .item-stage-title {
		 display: none;
	}
}
 #si-wrapper .item-stage-title[active] {
	 display: block;
}
 #si-wrapper #atgalinis-laikrodis {
	 width: 115px;
	 border: 2px solid #660091;
	 border-radius: 10px;
	 height: 38px;
	 box-shadow: 0px 0px 2px 1px rgba(255,255,255,0.5);
	 color: #660091;
	 background-image: url('/themes/lndm_rrdm/images/clock.svg');
	 background-repeat: no-repeat;
	 background-size: contain;
	 background-position: 10px center;
	 background-size: 20px 20px;
}
 @media (max-width: 600px) {
	 #si-wrapper #atgalinis-laikrodis {
		 top: -40px;
	}
}
 #si-wrapper #atgalinis-laikrodis #data-laikas {
	 position: relative;
	 height: 100%;
	 color: #660091;
	 padding-left: 50px;
	 padding-top: 5px;
	 font-size: 20px;
	 padding-right: 10px;
}
 .title {
	 position: relative;
	 margin-bottom: 20px;
	 display: inline-block;
	 font-size: 30px;
	 font-weight: 700;
	 font-family: 'Roboto', sans-serif;
}
 